@charset "utf-8";
.amt1{
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.amt2{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt3{
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.amt4{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt5{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.amt6{
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.amt7{
	animation-delay:2.1s;
	-webkit-animation-delay:2.1s;
}
.amt8{
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}
.link-fr{
	margin-top: 20px;
}
.link1{
	margin-right: 20px;
}
.link1:last-child{
	margin-right: 0;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.head{
	height: 100px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(255,255,255,.2);
	transition: .25s;
}
.head .wrap{
	width: 1400px;
}
.listnav .wrap .bread::after{
	content: " /";
}
.listnav .wrap .bread:last-child::after{
	content: "";
}
.logo{
	filter: grayscale(100%) brightness(500%);
	height: 54px;
	display: inline-block;
}
.nav span{
	position: relative;
	margin-left: 50px;
}
.nava{
	display: block;
	line-height: 100px;
	height: 100px;
	border-bottom: 4px solid rgba(0,0,0,0);
	font-size: 18px;
	color: #fff;
}
.nav span.active .nava,
.nav span:hover .nava{
	border-bottom: 4px solid #fff;
}
.navhide{
	z-index: 99;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 20px;
	background: rgba(0,0,0,.5);
	padding: 0;
	overflow: hidden;
	width: 150px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	/*padding: 5px;*/
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	line-height: 35px;
	text-align: center;
	color: #eee;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.navhide a:hover{
	color: #fff;
}
.head_active{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_active .logo{
	filter: inherit;
}
.head_active .nava{
	color: #333;
}
.head_active .nav span.active .nava,
.head_active .nav span:hover .nava{
	border-bottom: 4px solid #0063cb;
	color: #0063cb;
}
.head_active .navhide{
	background: #fff;
}
.head_active .navhide a{
	color: #666;
}
.head_active .navhide a:hover{
	color: #0063cb;
}
.head_height{
	height: 100px;
}
.bntxt{
	letter-spacing: 3px;
}
.bntxt h1{
	font-size: 60px;
	margin-bottom: 30px;
}
.textcolor{
	color: #0063cb;
}
.bgcolor{
	background: #0063cb;
	color: #fff;
}
.hovercolor:hover{
	color: #0063CB;
}
.md{
	padding: 70px 0;
}
.itop h3{
	font-size: 40px;
}
.itop h3 i{
	width: 190px;
	height: 1px;
	background: #0063cb;
}
.itop h3 span{
	margin: 0 15px;
}
.i1w{
	width: 102.5%;
}
.i1a{
	width: 22.5%;
	margin-right: 2.5%;
	margin-top: 30px;
}
.i1atxt{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	transition: .25s;
}
.i1atxt:hover{
	background: rgba(0,0,0,.5);
}
.i2l{
	width: 240px;
	margin-right: 35px;
}
.i2lt{
	background: #0063cb;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.i2lb{
	background: #f2f4f7;
	padding: 13px 18px;
}
.i2lb li{
	line-height: 50px;
	font-size: 18px;
	border-radius: 6px;
	transition: .25s;
	cursor: pointer;
	text-align: center;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.i2lb li.active{
	background: #0063CB;
	color: #fff;
}
.tab_content_1 li{
	display: none;
}
.tab_content_1 li.active{
	display: block;
}
.i2rt{
	border-bottom: 2px solid #0063CB;
}
.i2rt li{
	font-size: 22px;
	color: #666;
	line-height: 50px;
	border-bottom: 4px solid rgba(0,0,0,0);
	margin-right: 40px;
	cursor: pointer;
	transition: .25s;
	margin-bottom: -1px;
}
.i2rt li.active{
	color: #0063CB;
	border-bottom: 4px solid #0063CB;
}
.i2rw{
	width: 103%;
}
.i2ra{
	width: 30.33%;
	margin-right: 3%;
	margin-top: 40px;
	background: #f2f4f7;
}
.i2ratxt{
	padding: 10px;
}
.i2ra:hover{
	color: #fff;
	background: #0063CB;
	box-shadow: 0 5px 15px rgba(0,30,61,.4);
}
.i3r{
	padding: 70px;
	padding-right: 0;
}
.i3rtxt{
	width: 540px;
}
.i3rt h3{
	font-size: 36px;
}
.i3rm p{
	line-height: 36px;
	margin-top: 20px;
}
.more_jt{
	display: inline-block;
	width: 120px;
	height: 42px;
	background: url(../images/morejt_03.png) no-repeat center #0063CB;
}
.i4txt_t i{
	width: 60px;
	height: 60px;
	border-radius: 6px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.i4txt_m p{
	display: flex;
	line-height: 36px;
}
.i4txt_m p i{
	width: 8px;
	height: 8px;
	background: #0063CB;
	border-radius: 100%;
	margin-right: 8px;
	margin-top: 14px;
}
.i4a:nth-child(even){
	flex-flow: row-reverse;
}
.bggray1{
	background: #f2f4f7;
}
.i5a{
	width: 18.5%;
}
.i5at{
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}
.i5atpd{
	padding: 20px;
	padding-bottom: 0;
}
.i5at img.img{
	margin-top: -20px;
}
.i5at p{
	line-height: 24px;
}
.i5a h1{
	color: #c5c6ca;
}
.swiper-i6 .swiper-slide{
	padding: 12px;
}
.swiper-button-next-i6,.swiper-button-prev-i6{
	filter: grayscale(100%);filter: gray;
	opacity: .5;
}
.swiper-button-next-i6{
	right: -50px;
}
.swiper-button-prev-i6{
	left: -50px;
}
.i6atxt{
	padding: 15px;
}
.i6a:hover{
	color: #0063CB;
	box-shadow: 0 2px 12px rgba(0,30,61,.18);
}
.i7tr li{
	font-size: 18px;
	color: #666;
	cursor: pointer;
	line-height: 40px;
	cursor: pointer;
	transition: .25s;
	padding: 0 20px;
	margin-right: 30px;
}
.i7tr li.active{
	background: #0063CB;
	color: #fff;
}
.i7l{
	width: 48.3%;
	margin-right: 3%;
}
.i7a p{
	font-size: 20px;
	line-height: 70px;
	padding: 0 15px;
	padding-right: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
}
.i7lbtn{
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #fff;
	z-index: 9;
	height: 70px;
}
.i7lbtn i{
	display: block;
	padding: 0 10px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.i7ra{
	background: #fff;
	margin-bottom: 15px;
	padding: 11px 15px;
}
.i7ra:last-child{
	margin-bottom: 0;
}
.i7ra:hover{
	color: #0063CB;
	box-shadow: 0 5px 12px rgba(0,30,61,.18);
}
.pc_demo{
	display: block;
}
.wap_demo{
	display: none;
}
.fnav{
	background: #0063cb;
	color: #fff;
}
.fnav a{
	flex: 0;
	flex-grow: 1;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
}
.fnav a:hover,.fnav a.active{
	background: #007cff;
}
.foot{
	background: #00346b;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ftl{
	width: 36.5%;
}
.frla a,.fttxt{
	font-size: 16px;
	line-height: 36px;
	display: block;
}
.ft_title{
	margin-bottom: 15px;
}
.ftm{
	width: 31.5%;
}
.ftr{
	width: 150px;
}
.fb{
	padding: 15px 0;
	line-height: 30px;
	color: rgba(255,255,255,.5);
}
.fb a{
	color: rgba(255,255,255,.5);
}

.listbn{
	height: 400px;
}
.listnav{
	padding: 10px 0;
	line-height: 30px;
	color: #777;
}
.listnav a{
	color: #777;
}
.listmd{
	padding-top: 20px;
}
.ab1txt i{
	width: 50px;
	height: 4px;
	background: #0063CB;
	display: block;
	margin: 20px 0;
}
.ab1img{
	margin-left: 3.5%;
}
.ab1ba h3{
	color: #0063CB;
}
.ab1ba h3 i{
	font-size: 50px;
}
.ab1ba h3 em{
	vertical-align: top;
	margin-left: 10px;
	font-size: 20px;
	font-weight: normal;
}
.ad2{
	background: url(../images/ab2bg_02.jpg) no-repeat center;
}
.itopwt *{
	color: #fff;
}
.itopwt h3 i{
	background: #fff;
}
.ab2a{
	width: 23.5%;
	overflow: hidden;
}
.ab2aw{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.ab2atxt{
	padding: 25px 15px;
	background: rgba(255,255,255,.9);
	width: 100%;
}

.listtop h3{
	font-size: 28px;
}
.listtop p{
	color: #ababab;
}
.listtop{
	border-bottom: 1px solid #0063cb;
	padding-bottom: 15px;
}
.pdl{
	width: 210px;
	margin-right: 40px;
}
.pdr .i2rw{
	margin-top: -30px;
}
.pdl a{
	display: block;
	line-height: 60px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.pdl a i{
	width: 4px;
	height: 20px;
	background: #0063CB;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 12px;
	opacity: 0;
	transition: .25s;
}
.pdl a.active i{
	opacity: 1;
}
.pdl a:hover{
	color: #0063CB;
}
.pdl a.active{
	font-weight: bold;
	color: #333;
}
.page a{
	display: inline-block;
	margin: 2px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #777777;
}
.page a:hover{
	color: #0063CB;
}
.page a.active{
	background: #0063CB;
	color: #fff;
}
.page a.pagea{
	background: #F2F4F7;
}

.pi1rt{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pi1rb{
	font-size: 18px;
	line-height: 36px;
}
.pi1r_more a{
	display: inline-block;
	line-height: 46px;
	padding: 0 15px;
	border-radius: 46px;
	font-size: 20px;
	color: #fff;
	background: #0063CB;
}
.pi2top{
	align-items: flex-end;
	border-bottom: 1px solid #0063CB;
	padding-bottom: 10px;
}
.pi2w *{
	max-width: 100%;
}
.pi3w{
	width: 102%;
}
.pi3w .i2ra{
	width: 23%;
	margin-right: 2%;
	margin-top: 20px;
}

.neaimg{
	width: 30.33%;
	/*width: 200px;*/
	margin-right: 30px;
}
.neartxt h3{
	font-size: 22px;
}
.neardate{
	margin-left: 5%;
	text-align: right;
}
.neardate h2{
	font-size: 30px;
	color: #ABABAB;
	font-weight: normal;
	margin-bottom: 30px;
	transition: .25s;
}
.neardate img{
	transition: .25s;
	filter: grayscale(100%);filter: gray;
	opacity: .5;
}
.nea:hover .neardate img{
	opacity: 1;
	filter: inherit;
}
.nea:hover .neardate h2{
	color: #0063CB;
}
.nea:hover{
	color: #00346B;
}
.nea{
	padding: 26px 0;
	border-bottom: 1px solid #E6E6E6;
}

.pitop h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
.pitop p{
	color: #777;
}
.pitop p span{
	line-height: 30px;
	margin: 0 15px;
}
.pitxt{
	line-height: 36px;
}
.pitxt p{
	text-indent: 2em;
}
.pitxt *{
	max-width: 100%;
}
.pib{
	padding-top: 20px;
	border-top: 1px solid #E6E6E6;
}
.pib a{
	width: 50%;
	font-size: 16px;
	color: #777;
}
.pib a:hover{
	color: #0063CB;
}
.pib a:last-child{
	text-align: right;
}
.niftl{
	align-items: flex-end;
}
.nif .i2ra{
	background: #fff;
}
.nif .i2ra:hover{
	background: #0063CB;
}

.wshead h3 i{
	width: 3px;
	height: 22px;
	background: #0063CB;
}
.ws1b a{
	display: inline-block;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #0063CB;
	font-size: 16px;
	color: #0063CB;
	margin-top: 15px;
	margin-right: 30px;
	border-radius: 4px;
}
.ws1b a:hover{
	background: #0063CB;
	color: #fff;
}

.hzw{
	width: 102.5%;
}
.hza{
	width: 22.5%;
	margin-right: 2.5%;
	margin-top: 30px;
}
.hzaimg{
	height: 160px;
	border: 1px solid #E6E6E6;
	transition: .25s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzaimg img{
	max-width: 80%;
	max-height: 80%;
}
.hza:hover{
	color: #0063CB;
}
.hza:hover .hzaimg{
	border: 1px solid #0063CB;
}

.co1_width{
	width: 33.33%;
	padding: 35px;
}
.co1w{
	background: #f3f4f8;
}
.co1r{
	background: #0063CB;
	color: #fff;
}
.co1r *{
	color: #fff;
}
.co1line{
	width: 30px;
	height: 4px;
	background: #0063CB;
	display: block;
	margin: 24px 0;
}
.co1txt{
	line-height: 36px;
}
.co1mba{
	padding: 20px 0;
	margin-right: 20px;
}
.co1mba i{
	width: 30px;
	height: 30px;
	background: #c2c3c6;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.co1mba:hover i{
	background: #0063CB;
}
.co1mbahide{
	width: 150px;
	border-radius: 8px;
	background: #fff;
	padding: 5px;
	position: absolute;
	left:50%;
	margin-left: -75px;
	bottom: 100%;
	box-shadow: 0 5px 15px rgba(0,47,106,.5);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.co1mbahide img{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.co1mbahide::after{
	width: 10px;
	height: 10px;
	transform:rotate(45deg);
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	content: "";
}
.co1mba:hover .co1mbahide{
	opacity: 1;
	visibility: inherit;
}
.co1r .co1line{
	background: #fff;
}
.co2w{
	width: 102%;
}
.co2a{
	width: 31.33%;
	margin-right: 2%;
	margin-top: 20px;
}
.co2a_w100{
	width: 100%;
}
.co2a input,
.co2a textarea{
	width: 100%;
	height: 52px;
	background: #f8f9fd;
	border: 1px solid #E6E6E6;
	padding: 0 15px;
	font-size: 16px;
	transition: .25s;
}
.co2a textarea{
	padding: 15px;
	resize: none;
	height: 150px;
}
.co2a button{
	width: 130px;
	height: 45px;
	background: #0063CB;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	border-radius: 45px;
	transition: .25s;
}
.co2a input:focus,
.co2a textarea:focus{
	border: 1px solid #0860ce;
	box-shadow: 0 0 13px rgba(8,96,206,.6);
}
.co3{
	width: 100%;
	height: 500px;
}

@media only screen and (max-width:1399px) {
	.head .wrap{
		width: 100%;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.head,.head_height{
		height: 85px;
	}
	.nava{
		height: 85px;
		line-height: 85px;
		font-size: 15px;
	}
	.nav span{
		margin-left: 30px;
	}
	.navhide a{
		font-size: 13px;
	}
	.bntxt h1{
		font-size: 45px;
	}
	.bnimg{
		height: 700px !important;
	}
	.itop h3,.i3rt h3{
		font-size: 30px;
	}
	.itop h3 i{
		width: 100px;
	}
	.i1atxt img{
		height: 50px;
	}
	.i2rt li{
		font-size: 16px;
	}
	.i2lb li{
		font-size: 16px;
	}
	.i4txt_t i{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.i5atpd img{
		height: 70px;
	}
	.i3rtxt{
		width: 100%;
	}
	.swiper-button-next-i6, .swiper-button-prev-i6{
		display: none;
	}
	.fnav a{
		line-height: 50px;
		font-size: 15px;
	}
	.frla a, .fttxt{
		font-size: 13px;
		line-height: 30px;
	}
	.fb{
		font-size: 13px;
	}
	
	.listbn{
		height: 300px;
	}
	.ab1ba h3 i{
		font-size: 38px;
	}
	
	.listtop h3{
		font-size: 24px;
	}
	.pdl a{
		font-size: 16px;
		line-height: 50px;
	}
	.page a{
		font-size: 14px;
	}
	
	.pi1rb{
		font-size: 14px;
		line-height: 30px;
	}
	.pi3w .i2ra{
		width: 48%;
	}
	
	.neaimg{
		width: 150px;
	}
	.neartxt h3{
		font-size: 20px;
	}
	.neardate h2{
		font-size: 24px;
	}
	
	.nif .pi3w .i2ra{
		width: 23%;
	}
	
	.ws1b a{
		line-height: 32px;
		font-size: 14px;
		margin-right: 20px;
		padding: 0 12px;
	}
	
	.hzaimg{
		height: 130px;
	}
	
	.co1_width{
		padding: 30px;
	}
	.co2a input, .co2a textarea{
		font-size: 14px;
	}
	.co3{
		height: 400px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.bnimg{
		height: 500px !important;
	}
	.bntxt h1{
		font-size: 38px;
		margin-bottom: 15px;
	}
	.i2ra{
		width: 47%;
		margin-top: 20px;
	}
	.i3r{
		padding: 40px;
	}
	
	.nif .pi3w .i2ra{
		width: 48%;
	}
	
	.hza{
		width: 30.33%;
	}
}
@media only screen and (max-width:768px) {
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.pc_demo{
		display: none;
	}
	.wap_demo{
		display: block;
	}
	.bnimg{
		height: 200px !important;
	}
	.bntxt h1{
		font-size: 20px;
	}
	.bntxt h3{
		font-size: 13px;
	}
	.bntxt{
		letter-spacing: 0;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		height: 3px;
		width: 15px;
	}
	.md{
		padding: 25px 0;
	}
	.itop h3,.i3rt h3{
		font-size: 22px;
	}
	.itop h3 i{
		width: 50px;
	}
	.i1a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.i1atxt img{
		height: 40px;
	}
	.i2lt{
		line-height: 50px;
	}
	.i2lb ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.i2lb li{
		width: 48%;
		font-size: 14px;
		line-height: 40px;
	}
	.i2rt li{
		font-size: 14px;
		margin-right: 15px;
		border-bottom: 2px solid rgba(0,0,0,0);
		line-height: 45px;
	}
	.i2rt li.active{
		border-bottom: 2px solid #0063CB;
	}
	.i2rw{
		width: 100%;
		justify-content: space-between;
	}
	.i2ra{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.i3l {
		height: 200px;
	}
	.i3r{
		padding: 20px;
	}
	.i3rtxt{
		width: 100%;
	}
	.i3rm p{
		line-height: 28px;
	}
	.more_jt{
		width: 100px;
		height: 36px;
		background-size:24px;
	}
	.i4txt_t i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.i4txt_t h2{
		margin-left: 10px;
	}
	.i4txt_m{
		margin-top: 15px;
	}
	.i4aimg{
		margin-top: 15px;
	}
	.i5w{
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.i5a{
		width: 48%;
		margin-top: 15px;
	}
	.i5atpd{
		padding: 15px;
		padding-bottom: 0;
	}
	.i5atpd img{
		height: 40px;
	}
	.i5at p{
		font-size: 12px;
	}
	.i6a{
		box-shadow: 0 2px 12px rgba(0,30,61,.18);
	}
	.i6atxt{
		padding: 10px;
	}
	.i6atxt p,.i7ra p{
		line-height: 22px;
		font-size: 12px;
	}
	.i7t {
		display: block;
	}
	.i7tr {
		margin-top: 15px;
		justify-content: space-between;
	}
	.i7tr li{
		font-size: 13px;
		padding: 0 12px;
		line-height: 30px;
		margin-right: 10px;
	}
	.i7a p{
		font-size: 14px;
		line-height: 50px;
	}
	.i7lbtn{
		height: 50px;
	}
	.swiper-button-next-i6,.swiper-button-prev-i6{
		display: none;
	}
	.ft{
		padding: 20px 0;
	}
	.ftl{
		width: 100%;
		margin-bottom: 15px;
	}
	.ftm{
		width: 100%;
	}
	.ft_title{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.ftr{
		width: 120px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.frla a, .fttxt{
		font-size: 12px;
		line-height: 24px;
	}
	.ftr p{
		font-size: 12px;
	}
	.fb{
		font-size: 12px;
		line-height: 24px;
		padding: 10px 0;
	}
	
	.listbn{
		height: 150px;
	}
	.ab1txt i{
		height: 2px;
		width: 30px;
	}
	.ab1ba h3 i{
		font-size: 20px;
	}
	.ab1ba h3 em{
		font-size: 12px;
		margin-left: 5px;
	}
	.ab2w{
		margin-top: 10px;
	}
	.ab2a{
		width: 48%;
		margin-top: 15px;
	}
	.ab2atxt p{
		margin-top: 5px;
	}
	
	.listtop h3{
		font-size: 22px;
	}
	.listtop{
		padding-bottom: 10px;
	}
	.pdl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pdl a{
		width: 48%;
		line-height: 44px;
		font-size: 14px;
	}
	.pdr .i2rw{
		margin-top: 0;
	}
	.page a{
		font-size: 12px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
	
	.pi1rb{
		font-size: 14px;
	}
	.pi1r_more a{
		line-height: 35px;
		font-size: 15px;
	}
	.pi1r_more{
		margin-top: 15px;
	}
	.pi1r_more a img{
		width: 14px;
	}
	.pi1rt{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.pi3w{
		width: 100%;
		justify-content: space-between;
	}
	.pi3w .i2ra{
		width: 48%;
		margin-top: 15px;
		margin-right: 0;
	}
	
	.nea{
		display: block;
		padding: 15px 0;
	}
	.neaimg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.neartxt h3{
		font-size: 18px;
	}
	.neardate h2{
		font-size: 22px;
		margin-bottom: 25px;
	}
	
	.nif .pi3w{
		margin-top: 0;
	}
	.pitop h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.pitop p span{
		font-size: 12px;
		margin: 0 5px;
		line-height: 24px;
	}
	.pitxt{
		font-size: 13px;
		line-height: 28px;
	}
	.pib{
		padding-top: 10px;
		margin-top: 15px;
	}
	.pib a{
		line-height: 30px;
		font-size: 13px;
		width: 100%;
		text-align: left !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	
	.ws1b a{
		line-height: 32px;
		font-size: 14px;
		margin-right: 20px;
		padding: 0 12px;
	}
	
	.hzw{
		width: 100%;
		justify-content: space-between;
	}
	.hza{
		margin-right: 0;
		width: 48%;
	}
	.hzaimg{
		height: 100px;
	}
	
	.co1_width{
		padding: 20px;
	}
	.co1line{
		height: 2px;
		width: 30px;
		margin: 15px 0;
	}
	.co2a{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.co2a input, .co2a textarea{
		font-size: 13px;
		height: 45px;
		padding: 0 10px;
	}
	.co2a textarea{
		height: 80px;
		padding: 10px;
	}
	.co2a button{
		margin-top: 0;
		font-size: 15px;
		height: 40px;
		width: 120px;
	}
	.co3{
		height: 200px;
	}
}